DELETE api/feedback/{referenceNo}/attachments?fileIds[0]={fileIds[0]}&fileIds[1]={fileIds[1]}

Removes attachment for client

Request Information

URI Parameters

NameDescriptionTypeAdditional information
referenceNo

Reference no to remove attachments against

integer

Required

fileIds

File id(s) of file(s) to be removed.

Collection of integer

Required

Body Parameters

None.

Response Information

Resource Description

Returns true against successful completion of routine.

boolean

Response Formats

application/json, text/json

Sample:
true

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>